home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenGL Superbible (2nd Edition)
/
OpenGL SuperBible e2.iso
/
tools
/
GLUT-3.7
/
PROGS
/
DEMOS
/
BLUEPONY
/
Imakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1998-08-12
|
233 b
|
17 lines
/* Copyright (c) Mark J. Kilgard, 1997. */
#include "../../../Glut.cf"
TARGETS = bluepony
SRCS = bluepony.c readtex.c
OBJS = bluepony.o readtex.o
AllTarget($(TARGETS))
NormalGlutProgramTarget(bluepony,$(OBJS))
DependTarget()